home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / CAD / PKEY11_1.ARJ / DNS.LSP < prev    next >
Text File  |  1992-03-14  |  220b  |  6 lines

  1. (setq sym1(ssget))
  2. (setq insrtpt(getpoint "\nPick new insert point "))
  3. (setq nname(getstring "\nEnter name of new symbol: "))
  4. (setq nname1(strcat"d:/kesym1/" nname))
  5. (command"wblock" nname1 "y" "" insrtpt sym1 "")
  6.